runtime.g.internalBlocked (method)

2 uses

	runtime (current package)
		mgcmark.go#L61: func (gp *g) internalBlocked() bool {
		mgcmark.go#L88: 		if status := readgstatus(gp); status != _Gwaiting || gp.internalBlocked() {